Echo Tag

英 [ˈekəʊ tæɡ] 美 [ˈekoʊ tæɡ]

网络  会议信件

计算机



双语例句

  1. From there, I create an SVG tag and use the PHP echo commands to write in the drawing commands and the fill and color values.
    然后创建一个SVG标记,并使用PHPecho命令写入绘图命令以及fill和color值。
  2. To include more than one function within the PHP tag, separate the functions by a semicolon(;) character.
    演示了对PHP函数echo()的调用。要在该PHP标记内包含多个函数,请用分号(;)字符将这些函数分隔开。
  3. You can put multiple PHP statements inside a PHP tag and create little blocks of code that do more than just a single echo.
    可以在一个php标识中加入多个php语句,也可以建立一个代码块来做比简单的echo更多的事情。